Skip to main content

Delete line item

DELETE 

/baskets/:id/provider/:providerBasketId/items/:lineItemId

Deletes the specified line item with the given id

Request

Path Parameters

    id stringrequired

    The id of the basket

    providerBasketId stringrequired

    The id provider basket

    lineItemId stringrequired

    The id item

Header Parameters

    x-api-key stringrequired

    The API key for the given store

Responses

This is an asynchronous operation. Upon completion, the basket must be refetched.

Schema
    notificationId stringrequired

    The id of a notification that represents this asynchronous request. OneBasket will be processing the request in the background, and upon completion this notification will be updated with the result.

Loading...